home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Online / Qpopper / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-30  |  530 b   |  20 lines

  1. /*
  2.  * Copyright (c) 1989 Regents of the University of California.
  3.  * All rights reserved.  The Berkeley software License Agreement
  4.  * specifies the terms and conditions for redistribution.
  5.  *
  6.  * static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
  7.  * static char SccsId[] = "@(#)@(#)version.h    2.6  2.6 4/3/91";
  8.  *
  9.  */
  10.  
  11. /*
  12.  *  Current version of this POP implementation
  13.  */
  14.  
  15. #ifdef KERBEROS
  16. #define VERSION         "2.2-krb-IV"
  17. #else
  18. #define VERSION         "2.2"
  19. #endif
  20.